home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / CopyFile / CopyFile.r < prev    next >
Encoding:
Text File  |  1994-04-23  |  619 b   |  45 lines  |  [TEXT/KAHL]

  1. #include <Types.r>
  2.  
  3. resource 'ALRT' (128, "Message") {
  4.     {82, 36, 248, 470},
  5.     30627,
  6.     {    /* array: 4 elements */
  7.         /* [1] */
  8.         OK, visible, sound1;
  9.         /* [2] */
  10.         OK, visible, sound1;
  11.         /* [3] */
  12.         OK, visible, sound1;
  13.         /* [4] */
  14.         OK, visible, sound1
  15.     }
  16. };
  17.  
  18. resource 'DITL' (30627) {
  19.     {    /* array DITLarray: 4 elements */
  20.         /* [1] */
  21.         {112, 320, 132, 380},
  22.         Button {
  23.             enabled,
  24.             "OK"
  25.         };
  26.         /* [2] */
  27.         {59, 49, 76, 405},
  28.         StaticText {
  29.             disabled,
  30.             "^0"
  31.         };
  32.         /* [3] */
  33.         {81, 51, 97, 115},
  34.         StaticText {
  35.             disabled,
  36.             "^1"
  37.         };
  38.         /* [4] */
  39.         {82, 118, 98, 246},
  40.         StaticText {
  41.             disabled,
  42.             "^2"
  43.         }
  44.     }
  45. };